home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 September / maximum-cd-2000-09.iso / Vampire the Masquerade / vampire_demo.exe / Codex.nob / EffectDiscBeckoning.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-22  |  651 b   |  7 lines

  1. public class EffectDiscBeckoning extends Codex {
  2.    public void effectstarted(int actorGuid, int effectGuid, int creatorGuid, int duration) {
  3.       CodexActor _Caster = new CodexActor(creatorGuid);
  4.       ((CodexThing)_Caster).SpawnThing("yellowMagic");
  5.    }
  6. }
  7.